ReportViewer for ASP.NET Web Forms
HasCachedDocument(String,String,ReportParameterValue[]) メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService 名前空間 > C1WebReportServiceHelper クラス > HasCachedDocument メソッド : HasCachedDocument(String,String,ReportParameterValue[]) メソッド
レポートまたはドキュメントのファイル名。
レポート名。
レポートパラメータまたは null。
以前にキャッシュされたレポートまたはドキュメントが使用できるかどうかをチェックします。
シンタックス
'宣言
 
Public Overloads Function HasCachedDocument( _
   ByVal fileName As System.String, _
   ByVal reportName As System.String, _
   ByVal paramValues() As ReportParameterValue _
) As System.Boolean
public System.bool HasCachedDocument( 
   System.string fileName,
   System.string reportName,
   ReportParameterValue[] paramValues
)

パラメータ

fileName
レポートまたはドキュメントのファイル名。
reportName
レポート名。
paramValues
レポートパラメータまたは null。

戻り値の型

キャッシュされたレポートまたはドキュメントがある場合は true、そうでない場合は false
参照

C1WebReportServiceHelper クラス
C1WebReportServiceHelper メンバ
オーバーロード一覧